}
stacksidebar {
- //not a regular list
- list.separators:not(.horizontal) > row:not(.separator) {
- border-bottom: none;
- }
row {
padding: 10px 4px;
&.needs-attention > label {
@extend %needs_attention;
- background-size: 6px 6px, 0 0;
- }
- &:selected {
- background-color: $menu_selected_color;
- border-radius: $menu_radius;
- color: $fg_color;
- }
- &:selected:hover:dir(ltr), &:selected:hover:dir(rtl) {
- background-color: darken($menu_selected_color,5%);
- }
- &:focus:focus-visible {
- outline-width: 0;
- background-color: $selected_bg_color;
- color: $selected_fg_color;
+
+ background-size: 6px 6px, 0 0;
}
}
}
*/
placessidebar {
- &.sidebar { padding: 0; } //override default as it's nested
row:not(:last-child) { //FIXME: specificty bump hack
padding: 0;